summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2024-01-15 19:52:48 +0100
committerGitHub <noreply@github.com>2024-01-15 19:52:48 +0100
commit2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3 (patch)
tree2ccb9a01f4e16f55e0cdc5ae793fd494dd641934
parentMerge pull request #12677 from GPUCode/whyy-modders (diff)
parentci: Remove format step from mainline builds (diff)
downloadyuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar
yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.gz
yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.bz2
yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.lz
yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.xz
yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.tar.zst
yuzu-2e4e33156e7c9604fc015d4bdb1f3fa04e4d2aa3.zip
-rw-r--r--.ci/yuzu-mainline-step2.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.ci/yuzu-mainline-step2.yml b/.ci/yuzu-mainline-step2.yml
index b294827f4..8bb0572f5 100644
--- a/.ci/yuzu-mainline-step2.yml
+++ b/.ci/yuzu-mainline-step2.yml
@@ -8,17 +8,7 @@ variables:
DisplayVersion: $[counter(variables['DisplayPrefix'], 1)]
stages:
-- stage: format
- displayName: 'format'
- jobs:
- - job: format
- displayName: 'clang'
- pool:
- vmImage: ubuntu-latest
- steps:
- - template: ./templates/format-check.yml
- stage: build
- dependsOn: format
displayName: 'build'
jobs:
- job: build